Name | Description |
Comment |
Used to get or set the user-specified description of the queue.
|
MaxRetries |
Used to specify the number of attempts to dequeue message.
|
MultipleConsumers |
Enables the possibility of using definite table for queues that can have multiple consumers for each message.
|
QueueName |
Used to set the name of the Oracle queue to operate.
|
QueueTableName |
Used to set or get the queue table for the queue.
|
QueueType |
Indicates whether the queue being created is an exception queue or a normal queue.
|
RetentionTime |
Used to set the time in seconds for which a message remains in the queue after being dequeued.
|
RetryDelay |
Used to get or set delay time in seconds before the message that failed to be dequeued, will be scheduled to processing again.
|
Session |
Used to specify the session through which queues will be managed.
|